DroidDiagram Programmer's Guide
Grid.setColumnHeadersHeights Method
See Also
 






Sets an array with float values specifying the heights of individual column levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the height is calculated as the maximum height of the columns in that level.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public void setColumnHeadersHeights (
    float[] value
)

 Parameters

value

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace